home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 09 / 1 / DISK0914.ZIP / READ.ME < prev    next >
Text File  |  1987-04-15  |  4KB  |  125 lines

  1.                         PC-DEMO Version 2.1
  2.  
  3.  
  4. FILES ON THE DISK
  5. ----- -- --- ----
  6.  
  7. PC-DEMO.BAT    Development system batch program.
  8.      Syntax:   PC-DEMO [-S] [-NB] [<filename>]
  9.      Where:    -S indicates a display adapter that "snows"
  10.                -NB turns off the error tone 
  11.                <filename> loads a demo of this name.
  12.  
  13. PC-DEMO.COM    Development system program.
  14.  
  15. PC-DEMO.000    Development system overlay file.
  16.  
  17. PC-DEMO.HLP    Development system help file.
  18.  
  19. DEMO.COM       Runtime demo program.
  20.      Syntax:   DEMO [-S] <filename>
  21.      Where:    -S indicates a display adapter that "snows"
  22.                <filename> is the name of the demo to view.
  23.  
  24. CAPTURE.COM    Memory resident screen capture program.
  25.                Should be the first resident program loaded.
  26.      Syntax:   CAPTURE
  27.  
  28. FASKEYS.COM    Program to enhance the keyboard rate.
  29.      Syntax:   FASTKEYS
  30.  
  31. BLD_PIC.PAS    Turbo Pascal source program to convert files
  32.                from BASIC .BLD format to PC-DEMO .PIC
  33.                format.
  34.      Syntax:   BLD_PIC <filename>
  35.      Where:    <filename> is the name of the BASIC BLOAD
  36.                file to convert and the name of the created
  37.               .PIC file.
  38.  
  39. PIC_BLD.PAS    Turbo Pascal source program to convert files
  40.                from PC-DEMO .PIC format to BASIC .BLD
  41.                format.
  42.      Syntax:   PIC_BLD <filename>
  43.      Where:    <filename> is the name of the PC-DEMO .PIC
  44.                file to convert and the name of the created
  45.                .BLD file.
  46.  
  47. PIC_ASC.PAS    Turbo Pascal source program to convert files
  48.                from PC-DEMO .PIC format to word processor-
  49.                readable ASCII files.       
  50.      Syntax:   PIC_ASC <filename>
  51.      Where:    <filename> is the name of the PC-DEMO .PIC
  52.                file to convert and the name of the created
  53.                ASCII file.
  54.  
  55. SHOW_PIC.PAS   Turbo Pascal source program to display a
  56.                PC-DEMO .PIC file.
  57.      Syntax:   SHOW_PIC <filename>
  58.      Where:    <filename> loads a PC-DEMO .PIC file.
  59.  
  60. BLOAD.BAS      Example BASIC program to display a PC-DEMO
  61.                .PIC file.
  62.  
  63. BSAVE.BAS      Example BASIC program to save a screen in the
  64.                PC-DEMO .PIC format.
  65.  
  66. RUNDEMO.BAT    Demonstration file batch program.
  67.                Requires a color graphics adapter.
  68.      Syntax:   RUNDEMO [-S]
  69.      Where:    -S indicates a display adapter that "snows".
  70.  
  71. PC-DEMO.DMO    Demonstration file of PC-DEMO's features.
  72.  
  73. READ.ME        This file.
  74.  
  75.  
  76. FILE EXTENSIONS
  77. ---- ----------
  78.  
  79. .PIC           Picture saved by the CAPTURE program or from
  80.                the PC-DEMO development system program. 
  81.                An 80-column picture is 4000 bytes; 40-column
  82.                is 2000 bytes.  This is a direct "screen
  83.                dump" from memory.  It may be loaded into
  84.                a PC-DEMO slide and then discarded, or used
  85.                in a program you write.
  86.  
  87. .BLK           Block saved from the PC-DEMO development 
  88.                system program.  Word #1 is the (X,Y)
  89.                co-ordinate of the upper left corner; word
  90.                # 2 is the lower right corner.  The
  91.                succeeding words store the screen data.  It
  92.                may be loaded into a PC-DEMO slide and then
  93.                discarded.
  94.  
  95. .DMO           Demo file.  Contains all the display and
  96.                slide advance data necessary to run a demo.
  97.                Display data is compressed by roughly 75 
  98.                per cent.
  99.  
  100. .BAK           Backup of the demo file previous to the last
  101.                save.
  102.  
  103. .TXT           Textual listing of all slide and advance list
  104.                information.
  105.  
  106. .BLD           PC-DEMO picture converted to the BASIC BLOAD
  107.                format.
  108.  
  109. .ASC           PC-DEMO picture converted to ASCII format by
  110.                removing the color attributes.
  111.  
  112.  
  113. SYSTEM REQUIREMENTS
  114. ------ ------------
  115.  
  116. ■ IBM PC, PCjr, XT, AT or compatible
  117.  
  118. ■ Minimum 256KB RAM
  119.  
  120. ■ 2 drives; any combination of floppy and fixed disk drives
  121.  
  122. ■ color or monochrome display adapter; color required for 40
  123.   column screens
  124.  
  125. ■ PC-DOS or MS-DOS 2.0 or higher.